Vcenter NamespaceManagement ClusterSizeInfo Info
The Vcenter NamespaceManagement ClusterSizeInfo Info schema contains the information about limits associated with a Vcenter NamespaceManagement SizingHint.
This schema was added in vSphere API 7.0.0.0.
{
"num_supported_pods": 0,
"num_supported_services": 0,
"default_service_cidr": {
"address": "string",
"prefix": 0
},
"default_pod_cidr": {
"address": "string",
"prefix": 0
},
"master_vm_info": {
"count": 0,
"cores_per_socket": 0,
"memory": 0,
"capacity": 0
},
"worker_vm_info": {
"count": 0,
"cores_per_socket": 0,
"memory": 0,
"capacity": 0
}
}
The maximum number of supported pods.
This property was added in vSphere API 7.0.0.0.
The maximum number of supported services.
This property was added in vSphere API 7.0.0.0.
Default CIDR range from which Kubernetes allocates service cluster IP addresses.
This property was added in vSphere API 7.0.0.0.
Default CIDR range from which Kubernetes allocates pod IP addresses.
This property was added in vSphere API 7.0.0.0.
Information about Kubernetes API server virtual machine configuration.
This property was added in vSphere API 7.0.0.0.
Information about worker virtual machine configuration.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the configuration of the worker VM is not fixed.